runtime.markBits.isMarked (method)
10 uses
runtime (current package)
mbitmap.go#L245: func (m markBits) isMarked() bool {
mcheckmark.go#L76: if !mbits.isMarked() {
mgcmark.go#L1480: if mbits.isMarked() {
mgcsweep.go#L555: if !mbits.isMarked() {
mgcsweep.go#L606: if !mbits.isMarked() && (abits.index < s.freeindex || abits.isMarked()) {
mgcsweep.go#L835: alloc := i < s.freeindex || abits.isMarked()
mgcsweep.go#L841: if mbits.isMarked() {
mgcsweep.go#L846: zombie := mbits.isMarked() && !alloc
mwbbuf.go#L247: if mbits.isMarked() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |